az ml computetarget computeinstance
Note
This reference is part of the azure-cli-ml extension for the Azure CLI (version 2.0.28 or higher). The extension will automatically install the first time you run an az ml computetarget computeinstance command. Learn more about extensions.
AzureML compute instance commands.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ml computetarget computeinstance restart |
Restart a compute instance. |
Extension | GA |
az ml computetarget computeinstance start |
Start a compute instance. |
Extension | GA |
az ml computetarget computeinstance stop |
Stop a compute instance. |
Extension | GA |
az ml computetarget computeinstance restart
Restart a compute instance.
az ml computetarget computeinstance restart --name
[--no-wait]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute instance to restart.
Optional Parameters
Flag to not wait for asynchronous calls.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to restart.
Verbosity flag.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget computeinstance start
Start a compute instance.
az ml computetarget computeinstance start --name
[--no-wait]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute instance to start.
Optional Parameters
Flag to not wait for asynchronous calls.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to start.
Verbosity flag.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget computeinstance stop
Stop a compute instance.
az ml computetarget computeinstance stop --name
[--no-wait]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute instance to stop.
Optional Parameters
Flag to not wait for asynchronous calls.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to stop.
Verbosity flag.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI